home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / autoit / autoit-v3.2.0.1-setup.exe / Examples / Helpfile / FileSetTime.au3 < prev    next >
Text File  |  2006-06-17  |  118b  |  3 lines

  1. ;change file.au3's "modified" timestamp to 1st Nov 2003 and current time
  2. $var = FileSetTime("file.au3", "20031101")
  3.